github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent.RequestType (field)
6 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L2290: RequestType pipelineRequestType
pgconn.go#L2339: s.requestEventQueue.PushBack(pipelineRequestEvent{RequestType: req})
pgconn.go#L2363: if val.RequestType == pipelineSyncRequest {
pgconn.go#L2367: return val.RequestType
pgconn.go#L2408: notPendingSync = (val.RequestType == pipelineSyncRequest) && val.WasSentToServer
pgconn.go#L2783: p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)